MovementConstraintScope

Identifies which blocks a movement constraint rule applies to.

Inheritors

Types

Link copied to clipboard
data class Block(val block: DesignBlock) : MovementConstraintScope

A specific block. Pages are blocks, so setting this on a page acts as the default for blocks inside that page.

Link copied to clipboard
data class BlockType(val blockType: String) : MovementConstraintScope

Every block of the given type, e.g. "text" or "//ly.img.ubq/text".

Link copied to clipboard

Scene-wide default for every page in the scene.